EZ Rotate command reference

 

Core:

 

EZro_Set EulerX#, EulerY#, EulerZ#

Sets up EZrotate with Euler X, Y, Z angles

 

EZro_GetX()

Returns the Euler X angle from EZrotate

 

EZro_GetY()

Returns the Euler Y angle from EZrotate

 

EZro_GetZ()

Returns the Euler Z angle from EZrotate

 

EZro_GX angle#

Performs a global rotation of the angle specified on the X axis.

 

EZro_GY angle#

Performs a global rotation of the angle specified rotation on the Y axis

 

EZro_GZ angle#

Performs a global rotation of the angle specified rotation on the Z axis

 

EZro_LX angle#

Performs a local rotation of the angle specified on the X axis

 

EZro_LY angle#

Performs a local rotation of the angle specified on the Y axis

 

EZro_LZ angle#

Performs a local rotation of the angle specified on the Z axis

 

 

Rotation Matrix:

 

EZro_SetMatRowX MatrixXX#, MatrixXY#, MatrixXZ#

Sets up EZrotate by using rotation Matrix information. This is to be used with “EZro_SetMatRowY” and EZro_SetMatRowZ”

 

EZro_SetMatRowY MatrixYX#, MatrixYY#, MatrixYZ#

Sets up EZrotate by using rotation Matrix information. This is to be used with “EZro_SetMatRowX” and EZro_SetMatRowZ”

 

EZro_SetMatRowZ MatrixZX#, MatrixZY#, MatrixZZ#

Sets up EZrotate by using rotation Matrix information. This is to be used with “EZro_SetMatRowX” and EZro_SetMatRowY”

 

EZro_GetMatXX()

Returns rotation matrix information for the X coordinate of the X axis.

 

EZro_GetMatXY()

Returns rotation matrix information for the Y coordinate of the X axis.

 

EZro_GetMatXZ()

Returns rotation matrix information for the Z coordinate of the X axis.

 

EZro_GetMatYX()

Returns rotation matrix information for the X coordinate of the Y axis.

 

EZro_GetMatYY()

Returns rotation matrix information for the Y coordinate of the Y axis.

 

EZro_GetMatYZ()

Returns rotation matrix information for the Z coordinate of the Y axis.


EZro_GetMatZX()

Returns rotation matrix information for the X coordinate of the Z axis.


EZro_GetMatZY()

Returns rotation matrix information for the Y coordinate of the Z axis.

 

EZro_GetMatZZ()

Returns rotation matrix information for the Z coordinate of the Z axis.